SftTree/NET 2.0

TreeLinesPen Property, SftTree Class

Softel vdm, Inc.

Defines the pen style used to draw tree lines.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property TreeLinesPen As LinesPenStyleEnum

C#   

public LinesPenStyleEnum TreeLinesPen { get; set; }

C++   

public: property LinesPenStyleEnum TreeLinesPen {
        LinesPenStyleEnum get();
        void set(LinesPenStyleEnum value);
}

Property Value

The tree lines pen style.

LinesPenStyleEnum

Value

Description

Solid

0

A solid line.

Dots

1

A dotted line (one dot, one blank pixel).

The default value is LinesPenStyleEnum.Solid.

Comments

The TreeLinesPen property defines the pen style used to draw tree lines.

Columns and cells cannot individually define the pen style. It applies to all tree lines throughout the control.

The color used for tree lines can be defined using the TreeLineColor property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com